Welcome![Sign In][Sign Up]
Location:
Search - socket tcp ip receive data

Search list

[Remote ControlSocket

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Network-related knowledge, procedures for the preparation of the network, Socket is connected applications and network bridge driver, Socket in your application to create, bind with the driver through the establishment of relations. Thereafter, the application data to the Socket, the Socket to the driver sent to the network. Computer from the network with the Socket Receive binding IP+ Port-related data, by the driver to the Socket, the application can be extracted from the Socket received data. Web applications is one such data through the socket send and receive. TCP and UDP and the preparation of the working principle of the process, how to link libraries in the proceedings document. A character interface chat program.
Platform: | Size: 4700160 | Author: jiangyang520 | Hits:

[Internet-NetworkLesson14

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Network-related knowledge, procedures for the preparation of the network, Socket is connected applications and network bridge driver, Socket in your application to create, bind with the driver through the establishment of relations. Thereafter, the application data to the Socket, the Socket to the driver sent to the network. Computer from the network with the Socket Receive binding IP+ Port-related data, by the driver to the Socket, the application can be extracted from the Socket received data. Web applications is one such data through the socket send and receive. TCP and UDP and the preparation of the working principle of the process, how to link libraries in the proceedings document. A character interface chat program.
Platform: | Size: 26624 | Author: 张建顺 | Hits:

[SymbianTCPIPsockets

Description: VC++ 开发的Symbian客户端开发,TCP/IP 协议,Socket 应用,与电脑端的服务器连接接收发数据。-VC++ Developed Symbian client development, TCP/IP protocol, Socket applications, and computer server-side data connections to receive fat.
Platform: | Size: 22528 | Author: 爱逍遥 | Hits:

[Windows Developzzh

Description: 利用原始套接字实现简单的TCP\IP协议分析器。 系统功能包括原始套接字与网卡绑定,并接收流经网卡的所有数据包; 对IP数据报进行分析以获得其首部详细信息; 对TCP报文段进行分析以获得其首部详细信息; 显示分析结果 -Easy to use raw socket implementation of the TCP \ IP protocol analyzer. System features include original socket and adapter binding, and receive all the data flows through the network adapter kits on an analysis of IP datagram to get their first detailed information of TCP segment analysis to get their first detailed information show the results of the analysis
Platform: | Size: 2878464 | Author: 谢晓东 | Hits:

[Internet-Networkcaiquan

Description: 划拳游戏 使用vs2008 平台尽兴开发,主要使用C#编程语言,使用网络TCP传送数据,主要是Socket传送接受数据 CaiQuanGameServer/CaiQuanGameClient分别为服务端和客户端,默认端口号8888。本地IP; 数据库采用的是Acce-Finger Guessing Game game platforms have fun using the vs2008 development, primarily using C# programming language, TCP uses the network to transmit data, receive data transmitted mainly Socket CaiQuanGameServer/CaiQuanGameClient respectively server and client, the default port number 8888. Local IP database is used by Access
Platform: | Size: 2291712 | Author: 冯斌华 | Hits:

[OtherLinux_TCP_protocol_source_analisys

Description: Linux的网络协议栈是内核的一部分,它的实现是基于TCP/IP协议栈的,共分五层,分别是:应用层、BSD Socket层、INET Socket层、网络层和数据链接/硬件层。这是继承了unix的网络系统,现在linux的网络系统不断注入了新的理论。 我要研究的是linux下网络协议栈一个通信协议——TCP协议栈。TCP协议是面向对象的协议,本论文主要从缓存sk_buff,TCP相关数据结构,TCP连接的建立与关闭,TCP数据的发送与接收,TCP的流量控制与拥塞控制这几方面阐述我对TCP协议栈的理解,主要研究了TCP在内核中如何实现,以及一些算法的实现。 -Linux network protocol stack is a core part of its implementation is based on TCP/IP protocol stack is divided into five, namely: the application layer, BSD Socket Layer, INET Socket layer, network layer and data link/hardware layer. This is the inheritance of the unix network system, network system is linux and keep adding a new theory. I need to study is a network protocol stack under linux communication protocols- TCP protocol stack. TCP protocol is object-oriented protocol, this thesis from the cache sk_buff, TCP data structures, TCP connection establishment and closure, TCP send and receive data, TCP flow control and congestion control these areas and explain my TCP protocol understanding of the stack, a major study how TCP in the kernel, and some algorithm.
Platform: | Size: 227328 | Author: 弥一强 | Hits:

[Internet-NetworkRawSocket_Sniffer

Description: Raw Socket: 原始套接字,可以用它来发送和接收 IP 层以上的原始数据包, 如 ICMP, TCP, UDP...创建Raw Socket Sniffer嗅探器-Raw Socket: raw sockets, you can use it to send and receive IP layer over the original data packet, such as ICMP, TCP, UDP ... create a Raw Socket Sniffer Sniffer
Platform: | Size: 4096 | Author: yuxiangzhang | Hits:

[TCP/IP stackwinsock2

Description: TCP/IP SOCKET 多线程 简单实现并发接收客户端数据-TCP/IP SOCKET simple implementation of concurrent multi-threaded to receive the client data
Platform: | Size: 3295232 | Author: 莉莉 | Hits:

[JSP/JavaDTU-DATACENTER

Description: GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通过该类调用其他子类。 其中:DataReceiver.java 包括主程序main,以及TCP/IP 接收数据的实现。 DataAnalysis.java 对接受的数据按照既定格式进行拆分 DataBase.java 将数据写入Mysql数据库 DataStructure.java 规定数据格式 TwoThread.java 开启多线程功能 post.java 实现向新浪网备份数据 GetIP.java 获取本机固定IP-GPRS DTU data center source code, you can also use the actual cdma DTU to accept the program written in Java, which, ... \ WSNserver \ src for the source file, ... \ WSNserver \ bin for the executable program. The project file folder opened directly available eclipse for java compiler. Compilation is important to note that the library will be java-mysql placed in C: \ Program Files \ Java \ jre6 \ lib \ ext path. This procedure is only used outside this a Java class libraries. In the source file, DataReceiver.java main classes, the class called by other sub-categories. Of which: DataReceiver.java including the main program main, and TCP/IP implementation to receive data. DataAnalysis.java of the received data in accordance with the established format for split DataBase.java to write data to Mysql database DataStructure.java data format requirements TwoThread.java on multithreading post.java Sina backup data to achieve GetIP.java fix
Platform: | Size: 31744 | Author: 刑名 | Hits:

[TCP/IP stackmsocket

Description: 一个简单的用于Matlab间tcp/ip套接通信的程序。可以实现两个matlab进程间的收发数据。-Matlab is used between a simple tcp/ip socket communication program. Between two matlab processes can send and receive data.
Platform: | Size: 5482496 | Author: 杨一 | Hits:

[Internet-Networkchat

Description: 模拟qq聊天室。 服务器端:使用TCP协议创建套接字拿到机器的IP地址,选择一个可用的端口号,绑定它们,然后侦听客户端等待套接字连接。在收到客户端的连接请求,创建一个线程来与客户端进行交互。 客户端:类似服务器端,创建一个socket,注意IP和端口号和服务器端的匹配。在发送连接请求,服务器端,输入您的用户名,然后连接服务器时,可以接收其他客户端发送的数据,但他们也可以将数据发送到服务器端,聊天室功能的实现。-Simulated qq chat rooms. server side: using tcp protocol creates socket to get the IP address of the machine, select an available port number, bind them, and then listen for client-side waiting for the socket connection. Upon receipt of the client-side connection request, create a thread to interact with the client side. client side: Similar to server-side, to create a socket, note the IP and port number and server-side match. Before sending a connection request on the server side, enter your user name, and then connect server, you can receive the data sent by other client-side, but they can also send data to the server side, the chat room feature is realized.
Platform: | Size: 3072 | Author: 徐鹏 | Hits:

[Internet-Networksocket

Description: 最简单的网络编程代码,利用TCP/IP实现客户端和服务器端的收发数据。-The simplest network programming code, the use of TCP/IP to realize the client and the server to send and receive data.
Platform: | Size: 22591488 | Author: 王兴冰 | Hits:

[LabViewTCP客户端程序

Description: 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the host LabVIEW will usually send buffer according to the data in the memory address from low to order issued, the receiving host to receive from the network bytes on sequentially stored in the receive buffer, and according to the memory address from low to preservation order. The TCP/IP agreement, network data flow should be endian, low byte address. Socket API is layer abstract network programming interface, suitable in various underlying network protocol, such as IPv4, IPv6, and UNIX Domain Socket to say.)
Platform: | Size: 13312 | Author: hoho8888 | Hits:

CodeBus www.codebus.net